projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec07b63
)
(TAGS): Don't use -t, it's the default for
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 19 Apr 2002 10:35:02 +0000
(10:35 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 19 Apr 2002 10:35:02 +0000
(10:35 +0000)
etags, so it barfs if invoked with -t.
lwlib/Makefile.in
patch
|
blob
|
history
diff --git
a/lwlib/Makefile.in
b/lwlib/Makefile.in
index 51b13040b9c14ca1a3f6da935d7e4ca275d17f05..2cbc33d73cb88821a3a39cfb32378571f47555e9 100644
(file)
--- a/
lwlib/Makefile.in
+++ b/
lwlib/Makefile.in
@@
-70,6
+70,6
@@
distclean: clean
maintainer-clean: distclean
TAGS:
- ../lib-src/etags
-t
$(srcdir)/*.[ch]
+ ../lib-src/etags $(srcdir)/*.[ch]
tags: TAGS
.PHONY: tags